You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Limbo crashes for me locally if shell will be restarted WAL is big enough:
$> limbo --version
limbo 0.0.21
$> limbo a.db
limbo> CREATE TABLE t(x);
limbo> INSERT INTO t VALUES (randomblob(512 * 1024));
limbo> INSERT INTO t SELECT * FROM t;
limbo> INSERT INTO t SELECT * FROM t;
limbo> INSERT INTO t SELECT * FROM t;
limbo> INSERT INTO t SELECT * FROM t;
limbo> ^C
Interrupted. Exiting...
$> limbo a.db
thread 'main' panicked at core/storage/sqlite3_ondisk.rs:1495:17:
WAL frame checksum mismatch. Expected (3480643840, 2904012637), Got (4135411069, 2138363541)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[1] 64670 IOT instruction (core dumped) limbo a.db
The text was updated successfully, but these errors were encountered:
Limbo crashes for me locally if shell will be restarted WAL is big enough:
The text was updated successfully, but these errors were encountered: